-
-
Notifications
You must be signed in to change notification settings - Fork 126
Use deptrac/deptrac to ensure component dependencies
#798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Introduced a separate output processor, that accepts a result handler and gives the result of the Output data container to this handler. - removed dependency to symfony/ai-agent from composer file within platform subtree - added deptrac check
Member
Author
|
waiting on |
OskarStark
reviewed
Oct 22, 2025
f6ac494 to
5fc307a
Compare
5fc307a to
ce0b61d
Compare
Contributor
OskarStark
reviewed
Nov 24, 2025
Contributor
OskarStark
added a commit
that referenced
this pull request
Nov 24, 2025
…ions (OskarStark) This PR was merged into the main branch. Discussion ---------- [Platform] Fix Platform component dependency on Agent exceptions | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | Refs #798 | License | MIT Remove incorrect import of RuntimeException from Agent component in MissingModelSupportException. The Platform component should use its own exception hierarchy and not depend on Agent exceptions. Commits ------- 046df40 Fix Platform component dependency on Agent exceptions
Contributor
|
Please rebase and squash my commit with the prefer-lowest manually, afterwards good to merge |
deptrac/deptrac to ensure component dependencies
OskarStark
reviewed
Nov 24, 2025
| - name: Build root packages | ||
| run: php .github/build-packages.php | ||
|
|
||
| - name: Run DEPTRAC |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
| - name: Run DEPTRAC | |
| - name: Run deptrac/deptrac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Basically cherry picking from #573 - I hope that'S alright @glady - thanks for sure! 🙏